<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
	width: 100%;
	min-width: 990px;
	height: 200px;
	background-color: #282923;
}
.footerwarp {
	height: 200px;
	margin: 0 auto;
	width: 990px;
}
.footerleft {
	height: 200px;
	width: 60%;
}
.footerleft ul {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.footerleft li {
	border-right: 1px solid #ffffff;
}
.footerleft li:last-child {
	border:none;
}
.footerleft a {
	padding: 10px;
	font-size: 1em;
	color: #ffffff;
}
.footerleft li:first-child a {
	padding-left: 0px; 
}
.footerleft a:hover {
	color: #A6E22C;
}
.footerleft p {
	color: #EBEDEF;
	font-size: 0.7em;
	line-height: 2em;
}</pre></body></html>